home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000458_news@columbia.edu _Wed Aug 16 00:42:49 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id AAA18451
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 16 Aug 2000 00:42:49 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id AAA15429
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 16 Aug 2000 00:42:48 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id AAA08629
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 16 Aug 2000 00:28:59 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: jaltman@columbia.edu (Jeffrey Altman)
  13. Subject: Re: Newbie question
  14. Date: 16 Aug 2000 04:28:56 GMT
  15. Organization: Columbia University
  16. Message-ID: <8nd5a8$8di$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8nd2h0$7f5$1@samba.rahul.net>,
  20. Clarence Dold  <dold@rahul.net> wrote:
  21. : Clarence Dold <dold@yellow.rahul.net> wrote:
  22. : : While I'm at it, I'd like the equivalent for awk gsub(), where
  23. : : I could substitute "_" for the "." in the IP address.
  24. : This online pdf manual is going to be the death of me.
  25. : how could I not locate \freplace() ?
  26. : It just leaps out at me on the printed page, but I get searching and
  27. : scrolling in the pdf and miss stuff ;-)
  28.  
  29. You might want to use \fsubstitute instead
  30.  
  31.   echo \fsubstitute(\v(ipaddr),'.','_')
  32.  
  33.  
  34.                   Jeffrey Altman * Sr.Software Designer
  35.                  The Kermit Project * Columbia University
  36.                612 West 115th St * New York, NY * 10025 * USA
  37.      http://www.kermit-project.org/ * kermit-support@kermit-project.org